DomainObjects Class Library |
|
InsertByQuery<InsertIntoClass,SelectFromClass>.Execute Method
Executes this insert against the database. If a transaction is in progress when the
Execute method is called, then this insert will execute as part of that transaction. If a transaction is not in progress, then this insert will execute and commit as part of a new transaction.
If this insert command gets executed as part of a transaction that contains edited objects, then this command will get executed before the object modification commands are executed against the database.
See Also
InsertByQuery<InsertIntoClass,SelectFromClass> Class | DomainObjects.Facade.Command Namespace